home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19941031-19941221 / 000492_news@columbia.edu_Thu Dec 15 14:48:22 1994.msg < prev    next >
Internet Message Format  |  1995-07-31  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA13539
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 20 Dec 1994 18:50:11 -0500
  3. Received: by apakabar.cc.columbia.edu id AA14196
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 20 Dec 1994 18:50:03 -0500
  5. Path: news.columbia.edu!spcuna!solaris.cc.vt.edu!news.mathworks.com!europa.eng.gtefsd.com!howland.reston.ans.net!math.ohio-state.edu!scipio.cyberstore.ca!skypoint.com!winternet.com!jamess
  6. From: jamess@winternet.com (James Sturdevant)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: SEND sending 0 byte file!
  9. Date: 15 Dec 1994 14:48:22 GMT
  10. Organization: StarNet Communications, Inc
  11. Lines: 17
  12. Message-Id: <3cpkvm$e1v@blackice.winternet.com>
  13. References: <D0ppuE.L0u@murdoch.acc.Virginia.EDU>
  14. Nntp-Posting-Host: subzero.winternet.com
  15. X-Newsreader: TIN [version 1.2 PL2]
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. Erik Hatcher (esh6h@fulton.seas.Virginia.EDU) wrote:
  19.  
  20. : ...
  21. : And have a macro to send a file like this...
  22.  
  23. :         send \$(SENDFILE_LOCAL) \%a
  24.  
  25. Try this:
  26.           asg \%f \$(SENDFILE_LOCAL)
  27.           send \%f \%a
  28.  
  29. There are smoe command which don't like to parse the long type variable
  30. names in C-Kermit 5A.  (At least, there used to be...)
  31.  
  32. JamesS
  33.  
  34.